github.com/klauspost/compress/fse.decoder.state (field)
8 uses
github.com/klauspost/compress/fse (current package)
decompress.go#L336: state uint16
decompress.go#L345: d.state = in.getBits(tableLog)
decompress.go#L351: n := &d.dt[d.state]
decompress.go#L353: d.state = n.newState + lowBits
decompress.go#L360: return d.br.finished() && d.dt[d.state].nbBits > 0
decompress.go#L365: return d.dt[d.state].symbol
decompress.go#L372: n := d.dt[d.state]
decompress.go#L374: d.state = n.newState + lowBits
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |